os.root.closed (field)

5 uses

	os (current package)
		root_openat.go#L27: 	closed bool // set when closed
		root_openat.go#L33: 	if !r.closed && r.refs == 0 {
		root_openat.go#L36: 	r.closed = true
		root_openat.go#L44: 	if r.closed {
		root_openat.go#L58: 	if r.closed && r.refs == 0 {